home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UNIXTOOL / UNIXLIB37B / !UnixLib37_netlib_clib_h_socketlib < prev    next >
Encoding:
Text File  |  1996-05-07  |  160 b   |  11 lines

  1. #ifndef __socketlib_h
  2. #define __socketlib_h
  3.  
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7.  
  8. extern char *__socketlib_readline(FILE *file);
  9.  
  10. #endif
  11.